home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / findutils.prerm < prev    next >
Text File  |  2008-07-03  |  396b  |  14 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installdocs
  4. if [ "$1" = remove ] || [ "$1" = upgrade ] && \
  5.    which install-docs >/dev/null 2>&1; then
  6.     install-docs -r findutils
  7. fi
  8. # End automatically added section
  9. # Automatically added by dh_installinfo
  10. if [ "$1" = remove ] || [ "$1" = upgrade ]; then
  11.     install-info --quiet --remove /usr/share/info/find.info
  12. fi
  13. # End automatically added section
  14.